@charset "utf-8";
.header {
	width: 100%;
	height: 90px;
	background-color: #fff;
	font-size: 0;
	position: relative;
	z-index: 9;
}
.header .logo {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	*float: left;
	width: 345px;
	height: 50px;
	margin-top: 20px;
	overflow: hidden;
	vertical-align: top;
}
.header .logo img {
	width: 345px;
	height: 50px;
}

.header-language {
	float: right;
	*display: inline;
	*zoom: 1;
	margin-top: 37px;
	width: 150px;
}
.header-language ul {
	font-size: 0;
}
.header-language ul li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
}
.header-language ul li:last-child {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666666;
}
.header-language ul li a {
	display: block;
	width: 70px;
	height: 16px;
	line-height: 16px;
	font-size: 14px;	
	color: #666;
	text-align: center;
	overflow: hidden;
}
.header-language ul li a:hover {
	font-weight: bold;
}

.header-menu {
	width: 100%;
	height: 55px;
	word-wrap: break-word;
	background-color: #d40000;
}
.header-menu ul {
	width: 100%;
	height: auto;
	font-size: 0;
}
.header-menu li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: auto;
	position: relative;
	vertical-align: top;
}
.header-menu li a.one-nav {
	display: block;
	width: 100%;
	height: 55px;
	overflow: hidden;
	position: relative;
	font-size: 0;
}
.header-menu li a.one-nav .nav-name {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 55px;
	overflow: hidden;
	-webkit-transition:all .3s ease-out;
	-moz-transition:all .3s ease-out;
	-ms-transition:all .3s ease-out;
	transition:all .3s ease-out;
}
.header-menu li a.one-nav .nav-name span {
	position: relative;
	display: block;
	width: auto;
	min-width: 120px;
	padding: 0 20px;
	height: 55px;
	line-height: 55px;
	color: #fff;
	font-size: 14px;
	text-align: center;
}
.header-menu li.active a.one-nav .nav-name span {
	background-color: rgba(255,255,255,0.2);
}
.header-menu li.current-nav a.one-nav .nav-name span {
	background-color: rgba(0,0,0,0.1);
}
.header-menu li .sub-category {
	position: absolute;
	top: 100px;
	left: 0;
	width: 0;
	height: 0;
	background-color: #3484ff;
	-webkit-transition:all .5s ease-out;
	-moz-transition:all .5s ease-out;
	-ms-transition:all .5s ease-out;
	transition:all .5s ease-out;
	filter:alpha(Opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	overflow: hidden;
	font-size: 0;
}
.header .header-menu li .sub-category.active {
	width: auto;
	height: auto;
	
	filter:alpha(Opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
.header-menu li .sub-menu {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: auto;
	height: auto;
	overflow: hidden;
	background-color: #3484ff;
	vertical-align: top;
	padding: 10px 0;
}
.header-menu li .sub-menu .sub-con {
	padding:0;
}
.header-menu li .sub-menu a.two-nav {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: 100%;
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	text-align: center;
	font-size: 16px;
	color: #fff;
	vertical-align: top;
	background: #3484ff;
}
.header-menu li .sub-menu a:hover {
	background-color: #005ff1;
}

.business-list {
	width: 100%;
	height: auto;
	overflow: hidden;
}
.business-list ul {
	width: 1224px;
	height: auto;
}
.business-list ul li {
	float: left;
	width: 588px;
	height: auto;
	margin-right: 24px;
	
}
.business-list ul li a {
	display: block;
	position: relative;
	width: 100%;
	height: auto;
	background-color: #077ac7;
	overflow: hidden;
}
.business-list ul li .frame {
	position: absolute;
	top: 15px;
	left: 15px;
	width: 558px;
	height: 295px;
	border-width: 1px;
	border-style: solid;
	border-color: rgba(255,255,255,0.5);
	z-index: 1;
}
.business-list ul li .title {
	margin-top: 15px;
	position: relative;
	width: 100%;
	height: 74px;
	line-height: 74px;
	padding-left: 35px;
	font-size: 24px;
	color: #fff;
	z-index: 2;
}
.business-list ul li .img-con {
	width: 100%;
	height: auto;
}
.business-list ul li .img-con img {
	width: 588x;
	height: 236px;
}
.business-list ul li a.bg1 {
	background-color: #077ac7;
}
.business-list ul li a.bg2 {
	background-color: #bf3638;
}
.business-list ul li a.bg3 {
	background-color: #bf3638;
}
.business-list ul li a.bg4 {
	background-color: #bf3638;
}

/* 案例中心 */
.case-list li {
	padding: 10px;
	width: 282px;
	margin-right: 24px;
	margin-bottom: 24px;
	background-color: #fff;
}
.case-list li .img-con,
.case-list li .img-con img {
	width: 262px;
	height: 192px;
}
.case-list li .info-box {
	padding: 0;
	border: 0;
}
.case-list li .info-box h5 {
	height: 40px;
	line-height: 20px;
	font-size: 14px;
	font-weight: normal;
	color: #444;
	text-align: center;
}
.case-list li a:hover .info-box h5 {
	color: #d40000;
}

/* 关于我们 */
.about-container {
	background-color: #dfdfdf;
}
.about-container .about-img {
	float: left;
	width: 330px;
	height: auto;
}
.about-container .about-img img {
	width: 100%;
	height: auto;
}
.about-container .about-content {
	float: right;
	width: 870px;
	min-height: 280px;
	background-color: #fff;
	padding: 50px;
	overflow: hidden;
}

/* 中心顾问 */
.adviser-list ul {
	width: 100%;
}
.adviser-list li {
	width: 100%;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ddd;
	background-color: #fff;
}
.adviser-list li .img-con {
	float: left;
	margin-right: 15px;
	overflow: hidden;
}
.adviser-list li .img-con,
.adviser-list li .img-con img {
	width: 130px;
	height: 150px;
}
.adviser-list li .info-box {
	float: left;
	width: 625px;
	padding: 0;
	border: 0;
}
.adviser-list li .info-box h5 {
	height: 30px;
    line-height: 30px;
    font-size: 18px;
    font-weight: bold;
	color: #444;
	text-align: left;
	margin: 0;
}
.adviser-list li .info-box p {
	margin-top: 10px;
	line-height: 26px;
	height: 104px;
	color: #666;
}
.adviser-list li .info-box p span {
	color: #d40000;
}
.adviser-list li a:hover .info-box h5 {
	color: #d40000;
}

.business-container {
	padding: 35px;
	overflow: hidden;
}
.business-container .business-video {
	float: left;
	width: 520px;
	height: 375px;
	background-color: #000;
}
.business-container .business-content {
	float: right;
	position: relative;
	width: 575px;
	height: 375px;
	overflow: hidden;
}
.business-container .swiper-container {
	width: 100%;
	height: 100%;
}
.business-container .swiper-slide {
	height: auto;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 20px;
}

/* 联系我们 */
.contact-list dl {
	float: left;
	width: 580px;
	height: auto;
	margin-right: 40px;
	overflow: hidden;
}
.contact-list dl:nth-child(2n+0) {
	margin-right: 0;
}
.contact-list dl dt {
	width: 100%;
	height: 30px;
	line-height: 30px;
	margin-bottom: 5px;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	text-indent: 25px;
}
.contact-list dl dd {
	width: 100%;
	/*min-height: 172px;*/
	background-color: #fff;
	padding: 10px 25px;
	overflow: hidden;
}
.contact-list dl dd li {
	width: 100%;
	height: auto;
	line-height: 24px;
	padding: 7px 0;
	font-size: 14px;
	color: #000;
}
.curriculum-list {
	width: 100%;
	height: auto;
}
.curriculum-list ul {
	width: 100%;
	height: auto;
}
.curriculum-list li {
	float: left;
	width: 370px;
	height: auto;
	margin-right: 43px;
	margin-bottom: 43px;
}
.curriculum-list li:nth-child(3n+0) {
	margin-right: 0;
}
.curriculum-list li a {
	display: block;
	width: 370px;
	height: auto;
	overflow: hidden;
	-webkit-transition:all .3s ease-out;
	-moz-transition:all .3s ease-out;
	-ms-transition:all .3s ease-out;
	transition:all .3s ease-out;
	position: relative;
}
.curriculum-list li a:after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	width: 30px;
	height: 20px;
	border-bottom: 3px solid #0f6bf2;
	-webkit-transition:all .3s ease-out;
	-moz-transition:all .3s ease-out;
	-ms-transition:all .3s ease-out;
	transition:all .3s ease-out;
}
.curriculum-list li .img-con {
	width: 370px;
	height: 230px;
	position: relative;
	overflow: hidden;
}
.curriculum-list li .img-con img {
	width: 370px;
	height: 230px;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.curriculum-list li a:hover .img-con img {
	-ms-transform:scale(1.2, 1.2); 	/* IE 9 */
	-moz-transform:scale(1.2, 1.2); 	/* Firefox */
	-webkit-transform:scale(1.2, 1.2); /* Safari 和 Chrome */
	-o-transform:scale(1.2, 1.2); 	/* Opera */
	transform: scale(1.2, 1.2);
}
.curriculum-list li .img-icon {
	position: absolute;
	top: -30px;
	left: 50%;
	width: 30px;
	height: 30px;
	margin-left: -15px;
	z-index: 2;
	-webkit-transition:all .3s ease-out 0.1s;
	-moz-transition:all .3s ease-out 0.1s;
	-ms-transition:all .3s ease-out 0.1s;
	transition:all .3s ease-out 0.1s;
	filter:alpha(Opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}
.curriculum-list li .img-icon img {
	width: 30px;
	height: 30px;
}
.curriculum-list li .img-mask {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 0;
	background: #000;
	overflow: hidden;
	filter:alpha(Opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	z-index: 1;
	-webkit-transition:all .3s ease-out;
	-moz-transition:all .3s ease-out;
	-ms-transition:all .3s ease-out;
	transition:all .3s ease-out;
}
.curriculum-list li a:hover:after {
	width: 100%;
}
.curriculum-list li a:hover .img-icon {
	top: 50%;
	margin-top: -15px;
	filter:alpha(Opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
.curriculum-list li a:hover .img-mask {
	bottom: 0;
	height: 100%;
	filter:alpha(Opacity=20);
	-moz-opacity: 0.2;
	opacity: 0.2;
}
.curriculum-list li .info-box {
	width: 370px;
	padding: 20px 0;
	height: auto;
	overflow: hidden;
	text-align: left;
	background-color: #fff;
	position: relative;
}
.curriculum-list li .info-box h2 {
	display: block;
	width: 100%;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	font-size: 14px;
	color: #333333;
	padding: 0;
	font-weight: bold;
}
.curriculum-list li .info-box p {
	display: block;
	width: 100%;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	color:#999999;
	overflow: hidden;
}
.curriculum-list li a:hover .info-box h2 {
	color: #0f6bf2;
}

.other-list li .info-box {
	padding: 20px;
	border-left: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
}
.other-list li a:after {
	width: 0;
}
.bg-gray .other-list li .info-box {
	border: 0;
}

.customers-list {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	border-color: #ddd;
    border-style: dotted;
    border-width: 1px 0 0 1px;
}
.customers-list li {
	float: left;
	width: 239px;
	height: 137px;
	overflow: hidden;
	display: table;
    position: relative;
	border-color: #ddd;
    border-style: dotted;
    border-width: 0 1px 1px 0;
}
.customers-list li a {
    display: table-cell;
    vertical-align: middle;
    background: rgba(255,255,255,1);
    text-align: center;
    width: 100%;
    height: 100%;
}
/*
.customers-list li[data-swiper-row="0"] a {
    border-width: 1px 0 0 1px;
}
.customers-list li:nth-child(5n+0) a {
	border-right-width: 1px;
}*/
.customers-list li a img {
    line-height: 0;
    max-width: 220px;
    max-height: 120px;
	vertical-align: middle;
}
.customers-list li a:hover img{
-webkit-animation:tada 1s .2s ease both;
-moz-animation:tada 1s .2s ease both;
}
@-webkit-keyframes tada{
0%{-webkit-transform:scale(1)}
10%,20%{-webkit-transform:scale(0.9) rotate(-3deg)}
30%,50%,70%,90%{-webkit-transform:scale(1.1) rotate(3deg)}
40%,60%,80%{-webkit-transform:scale(1.1) rotate(-3deg)}
100%{-webkit-transform:scale(1) rotate(0)}
}
@-moz-keyframes tada{
0%{-moz-transform:scale(1)}
10%,20%{-moz-transform:scale(0.9) rotate(-3deg)}
30%,50%,70%,90%{-moz-transform:scale(1.1) rotate(3deg)}
40%,60%,80%{-moz-transform:scale(1.1) rotate(-3deg)}
100%{-moz-transform:scale(1) rotate(0)}
}

.hezuokehu-list li {
	width: 224px;
	height: 129px;
}
.hezuokehu-list li a img {
    max-width: 210px;
    max-height: 115px;
}

.tuandui-list {
	width: 100%;
	height: auto;
}
.tuandui-list ul {
	width: 100%;
	height: auto;
}
.tuandui-list li {
	float: left;
	width: 272px;
	height: auto;
	margin-right: 41px;
	margin-bottom: 40px;
}
.tuandui-list li:nth-child(3n+0) {
	margin-right: 0;
}
.tuandui-list li a {
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
	-webkit-transition:all .3s ease-out;
	-moz-transition:all .3s ease-out;
	-ms-transition:all .3s ease-out;
	transition:all .3s ease-out;
	position: relative;
	border: 1px solid #f2f2f2;
}
.tuandui-list li .img-con {
	width: 270px;
	height: 300px;
	position: relative;
	overflow: hidden;
}
.tuandui-list li .img-con img {
	width: 270px;
	height: 300px;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.tuandui-list li a:hover .img-con img {
	-ms-transform:scale(1.2, 1.2); 	/* IE 9 */
	-moz-transform:scale(1.2, 1.2); 	/* Firefox */
	-webkit-transform:scale(1.2, 1.2); /* Safari 和 Chrome */
	-o-transform:scale(1.2, 1.2); 	/* Opera */
	transform: scale(1.2, 1.2);
}
.tuandui-list li .img-icon {
	position: absolute;
	top: -30px;
	left: 50%;
	width: 30px;
	height: 30px;
	margin-left: -15px;
	z-index: 2;
	-webkit-transition:all .3s ease-out 0.1s;
	-moz-transition:all .3s ease-out 0.1s;
	-ms-transition:all .3s ease-out 0.1s;
	transition:all .3s ease-out 0.1s;
	filter:alpha(Opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}
.tuandui-list li .img-icon img {
	width: 30px;
	height: 30px;
}
.tuandui-list li .img-mask {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 0;
	background: #000;
	overflow: hidden;
	filter:alpha(Opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	z-index: 1;
	-webkit-transition:all .3s ease-out;
	-moz-transition:all .3s ease-out;
	-ms-transition:all .3s ease-out;
	transition:all .3s ease-out;
}
.tuandui-list li a:hover .img-icon {
	top: 50%;
	margin-top: -15px;
	filter:alpha(Opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
.tuandui-list li a:hover .img-mask {
	bottom: 0;
	height: 100%;
	filter:alpha(Opacity=20);
	-moz-opacity: 0.2;
	opacity: 0.2;
}
.tuandui-list li .info-box {
	width: 100%;
	padding: 20px;
	height: auto;
	overflow: hidden;
	text-align: center;
	background-color: #f2f2f2;
	position: relative;
}
.tuandui-list li .info-box h2 {
	display: block;
	width: 100%;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	font-size: 18px;
	color: #333333;
	padding: 0;
	font-weight: bold;
}
.tuandui-list li .info-box p {
	display: block;
	width: 100%;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	color:#999999;
	overflow: hidden;
}
.tuandui-list li a:hover .info-box h2 {
	color: #0f6bf2;
}

.job-list {
	width: 100%;
	height: auto;
	overflow: hidden;
}
.job-list li {
	width: 100%;
	height: auto;
	overflow: hidden;
}
.job-list li a {
	display: block;
	width: 100%;
	height: 51px;
	line-height: 50px;
	font-size: 0;
	border-bottom: 1px dashed #dddddd;
	background-image: url(../images/news-icon.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
	padding-left: 16px;
}
.job-list li a .job-item {
	display: inline-block;
	vertical-align: middle;
	height: 50px;
	overflow: hidden;
	font-size: 14px;
	color: #333333;
	margin-left: 20px;
}
.job-list li a .item1 {
	width: 300px;
}
.job-list li a .item2 {
	width: 140px;
}
.job-list li a .item3 {
	width: 140px;
}
.job-list li a .item4 {
	float: right;
	width: 150px;
	color: #999999;
	text-align: right;
	margin-right: 10px;
}
.job-list li a:hover .item1,
.job-list li a:hover .item2,
.job-list li a:hover .item3 {
	color: #0f6bf2;
}
.job-content {
	width: 100%;
	height: auto;
	overflow: hidden;
}
.job-content .job-detail-head {
	width: 100%;
	height: auto;
	overflow: hidden;
	border: 1px dashed #d8d8d8;
	padding: 20px;
}
.job-content .job-detail-head .title {
	width: 100%;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	font-size: 18px;
	color: #333333;
	font-weight: bold;
}
.job-content .job-detail-head span {
	display: block;
	width: 100%;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	color: #333333;
}
.job-content .sub-title {
	width: 100%;
	height: 30px;
	line-height: 30px;
	font-size: 18px;
	font-weight: bold;
	color: #0f6bf2;
}
.job-content .page-content {
	padding-left: 20px;
}
.job-content .page-content p {
	text-indent: 0;
}
.job-content .bottom-email {
	width: 100%;
	height: 38px;
	line-height: 38px;
	font-size: 16px;
	color: #666;
}
.job-content .bottom-email span {
	color: #3e70b5;
}
.job-content a.back-btn {
	display: block;
	width: 120px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	overflow: hidden;
	color: #fff;
	outline: 0;
	font-size: 14px;
	margin-top: 12px;
	background: #3e70b5;
}
.job-content a.back-btn:active {
	background: #3564a5;
}

.page-fazhanlicheng {
	width: 758px;
	height: auto;
	margin: 0 auto;
	position: relative;
	padding-bottom: 90px;
	background: url(../images/licheng-jiantou.gif) no-repeat 33px bottom;
}
.page-fazhanlicheng ul {
	width: 100%;
	height: auto;
	padding-top: 10px;
	overflow: hidden;
	background: url(../images/licheng-line.gif) repeat-y 33px 0;
}
.page-fazhanlicheng li {
	width: 100%;
	height: auto;
	overflow: hidden;
	background: url(../images/line-year-bg.gif) repeat-x 0 15px;
	margin-bottom: 20px;
}
.page-fazhanlicheng li .year {
	float: left;
	width: 82px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 16px;
	color: #0f6bf2;
	margin-top: 15px;
}
.page-fazhanlicheng li .licheng-content {
	margin-left: 158px;
	width: 600px;
	height: auto;
	overflow: hidden;
	border: 1px solid #d8d8d8;
	background-color: #fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 9px 18px;
	font-size: 0;
}
.page-fazhanlicheng li .licheng-content p {
	display: inline-block;
	vertical-align: top;
	width: auto;
	max-width: 440px;
	height: auto;
	line-height: 30px;
	padding: 5px 0;
	color: #333333;
	font-size: 16px;
}
.page-fazhanlicheng li .licheng-content .icon {
	display: inline-block;
	vertical-align: top;
	width: auto;
	max-width: 100px;
	height: 40px;
	margin-left: 20px;
	text-align: left;
	font-size: 0;
}
.page-fazhanlicheng li .licheng-content .icon:before {
	display: inline-block;
	vertical-align: middle;
	content: "";
	width: auto;
	height: 100%;
}
.page-fazhanlicheng li .licheng-content .icon img {
	display: inline-block;
	vertical-align: middle;
	max-width: 100px;
	max-height: 40px;
}

.footer {
	width: 100%;
	height: auto;
	overflow: hidden;
}
.footer .container {
	overflow: hidden;
}
.footer .footer-contact {
	padding: 35px 0;
	font-size: 0;
}
.footer .footer-address,
.footer .footer-tel,
.footer .footer-address .icon,
.footer .footer-address p {
	display: inline-block;
	vertical-align: middle;
}
.footer .footer-address {
	width: 360px;
	font-size: 0;
	padding-right: 10px;
	border-right-width: 1px;
	border-right-style: solid;
    border-right-color: #f2f2f2;
}
.footer .footer-address .icon {
	font-style: normal;
	width: 27px;
	height: 36px;
}
.footer .footer-address p {
	width: 310px;
	margin-left: 10px;
	line-height: 26px;
	font-size: 18px;
	color: #666666;
}
.footer .footer-tel {
	margin-left: 20px;
}
.footer .footer-tel .tel {
	font-size: 0;
}
.footer .footer-tel .tel .icon,
.footer .footer-tel .tel span {
	display: inline-block;
	vertical-align: middle;
}
.footer .footer-tel .tel .icon {
	width: 24px;
	height: 24px;
}
.footer .footer-tel .tel span {
	margin-left: 3px;
	line-height: 30px;
	font-size: 24px;
	color: #000;
}
.footer .footer-tel .email {
	width: 100%;
	height: 20px;
	font-size: 14px;
	color: #000;
}
.footer .footer-menu {
	margin: 15px 0;
	display: inline-block;
	width: auto;
	height: 20px;
	font-size: 0;
}
.footer .footer-menu li {
	float: left;
	width: auto;
	height: 20px;
	line-height: 14px;
	min-width: 22px;
	text-align: center;
	font-size: 12px;
	color: #fff;
	padding: 3px 0;
}
.footer .footer-menu li a {
	display: block;
	width: 100%;
	line-height: normal;
	color: #666;
	padding: 0 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #bfbfbf;
}
.footer .footer-menu li:last-child a {
	border-right-width: 0;
}
.footer .footer-menu li a:hover {
	color: #666;
}
.footer-copyright {
	float: right;
	width: auto;
	line-height: 50px;
	font-size: 12px;
	color: #666666;
	overflow: hidden;
}